Initializes a new instance of the
UserCellGroup class, includes a range of cells identified by a list of rectangular areas, in the group.
シンタックス
'宣言
Public Function New( _
ByVal ParamArray () As System.Drawing.Rectangle _
)
'使用法
Dim ranges() As System.Drawing.Rectangle
Dim instance As New UserCellGroup(ranges)
public UserCellGroup(
params System.Drawing.Rectangle[]
)
パラメータ
- ranges
- The list of rectangular areas to include in the group, each area is identified by a System.Drawing.Rectangle structure as follows:
- System.Drawing.Rectangle.X is the column index of the top left cell;
- System.Drawing.Rectangle.Y is the row index of the top left cell;
- System.Drawing.Rectangle.Width is the number of columns;
- System.Drawing.Rectangle.X is the number of rows.
参照